@charset "UTF-8";
/* CSS Document */

body {
    background-color: #FFFFFF;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    margin: auto;
}

h1 {
  color: black;
}

p {
  color: black;
}

h2, p {
  margin: 0px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #FFFFFF;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Container */

.container-full {
	background-color: #fffffff;
    text-align: center;
    width: 100%;
    margin: auto;
    padding: 0px;
    border-top: 1px solid #707070;
}

.container {
	background-color: #FFFFFF;
    text-align: center;
    max-width: 1240px;
    margin: auto;
}

.container-transparent {
	background-color: transparent;
    text-align: center;
    max-width: 1240px;
    margin: auto;
}

.container-full-gray {
	background-color: #EBEBEB;
    text-align: center;
    width: 100%;
    margin: auto;
    padding: 0px;
    border-top: 1px solid #707070;
}

.container-full-white {
	background-color: #FFFFFF;
    text-align: center;
    width: 100%;
    margin: auto;
    padding: 0px;
    border-top: 1px solid #707070;
}

.container-full-white-inside {
	scale: 100%;
    padding-top: 0px;
}

.container-copyright {
	background-color: #737373;
    font-size: 12px;
    text-align: center;
    color: white;
    width: 100%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #707070;
    border-bottom:  4px solid black;
}

/* Navigation */

header {
    float: left;
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
    max-width: 400px;
}

header-users {
    float: left;
    text-align: left;
    padding: 10px;
    max-width: 200px;
}

nav {
    text-align: center;
    max-width: 100%;
    margin: auto;
    padding-top: 10px;
}
header nav ul {
	list-style: none;
	float: center;
    height: 100%
}
nav ul li {
	font-size: 14px;
	text-align: center;
	letter-spacing: 3px;
	font-weight: normal;
	transition: all 0.3s linear;
    text-transform: uppercase;
    border-right: 1px solid #666666;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 4px solid white;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
ul li a {
	color: black;
	text-decoration: none;
    border-bottom: 4px solid white;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
ul li:hover a {
	color: red;
    border-bottom: 4px solid red;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 20px;
    adding-right: 20px;
}

ul li a {
    display: block;
    color: black;
    text-align: center;
    padding: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
}

footer-table tr th p {
    text-align: left;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    background: transparent;
}

footer-table tr th h6 {
    text-align: left;
    color: red;
    font-size: 20px;
    font-weight: bold;
    line-height: 0px;
    background: transparent;
    text-transform: uppercase;
    padding-top: 0px;
}

bold {
    font-weight: bold;
}

footer-table tr th {
    text-align: start;
    background: transparent;
    padding-top: 0px;
    vertical-align: top;
    padding-left: 40px;
}

footer-table th {
    border-left: 1px solid #737373;
}

footer-table tr {
    background: transparent;
    vertical-align: top;
}

footer-table {
    background: transparent;
    vertical-align: top;
    margin-top: 20px;
}.Contact {
}
